home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / pcboard / gambler1.zip / GAMBLER.DOC < prev    next >
Text File  |  1996-04-10  |  6KB  |  127 lines

  1.  
  2.                 Gambler v1.0
  3.                ppe for PCBoard v15.0+
  4.  
  5. This program is SHAREWARE.  It is totally uncrippled, with no delays or nag screens.
  6. It does not disturb your users with advertisements of our programming abilities.
  7. If you find it of merit, a donation of $5 would be appreciated by Atlantis Software.
  8.  
  9.             Atlantis Software
  10.             Box 35
  11.             Alto, Georgia   30510-0035
  12.             Atlantis BBS 706-776-6789 28.8
  13.  
  14. Disclaimer:    None whatsoever.  No one here is silly enough to
  15.         believe that we have to worry about a program like
  16.         this doing any damage whatsoever to your software,
  17.         system or scruples.
  18.         If anything weird happens, you got hold of a
  19.         modified (probably sabotaged) version.
  20.  
  21. Description:    GAMBLER is a simple time betting "doorgame", allowing the user
  22.         to guess a number from 1-100 (perfect guessing has 50% probability
  23.         of winning).  It banks the lost time and gives the next winner all
  24.         of the banked losses.
  25.         There are a coupla hundred ppes that do the same thing.  Ours is
  26.         different because we have a sysopconfigurable header file, win and
  27.         lose screens, no nags or advertisements whatsoever (as in ALL of our
  28.         ppes) and we guarantee the thing to compute correctly and not do
  29.         strange things with its data.
  30.  
  31. Files included:
  32.     file_id.diz    bbs description
  33.     gambler.doc    thisfile
  34.     gambler.hdr    sysopconfigurable header file - limit to 6 lines
  35.     gambler.los    losers' screen - totally configurable as you wish
  36.     gambler.ppe    the executable
  37.     gambler.pps    the code
  38.     gambler.win    winners' screen - totally configurable as you wish
  39.  
  40.     gambler.dat    will be created by the program in its working directory
  41.             when it is first run (it is recreated with each use).
  42.             It contains the name of the last winner and the amount
  43.             of time lost to the bank and awaiting the next winner.
  44.  
  45. Installation:    Recommended:  add as a command to GAME (or equivalent) menu. 
  46.         1.    Create a directory for the GAMBLER.PPE files.
  47.             They may be placed in a common ppl/ppe directory,
  48.             since the filenames are all similar.
  49.         2.    Unzip (or move) all GAMBLER.PPE files into
  50.             the designated directory.
  51.  
  52.         If your GAME menu accesses regular commands:
  53.         3.    Start PCBSETUP
  54.         4.    Select "B File Locations"
  55.         5.    Select "B Configuration Files"
  56.         6.    Select "Name/Loc of Default CMD.LST File"
  57.             (or, if conference specific, go to the cmd.lst file
  58.             for that conference)
  59.         7.    Hit F2 to edit the CMD.LST file
  60.         8.    Hit AltI to create a new entry
  61.         9.    In the "Command" field, name it what you like
  62.         10.    Set security if you like - use your own ideas
  63.         11.    Enter the complete path to and include "GAMBLER.PPE"
  64.         12.    Hit "ESC" to back out, until asked
  65.             "Save configuration files (Y/N/Q=Quick Save) ?"
  66.         13.    Answer "Y" or "Q" to save the change.
  67.  
  68.         If you use a .MNU file for your GAME menu:
  69.         3.    Activate Mkpcbmnu (GAMEmenuname)
  70.         4.    Hit F2 twice to access the menu commands
  71.         5.    In the "Keyword" field, name the command what you like
  72.         6.    Set security if you like - use your own ideas
  73.         7.    "Type" is PPE
  74.         8.    Enter the complete path to and include "GAMBLER.PPE"
  75.         9.    Hit "ESC" once to back out
  76.         10.    Answer "Y" to save the change.
  77.  
  78.         Then add the command and description to the displayfile for your
  79.         GAME menu.  PCBedit is excellent for this.
  80.  
  81.         You may put it anyplace you like, of course - on a
  82.         display file, as a command, or whatever - see PCBoard
  83.         docs for ideas.
  84.  
  85. Modification:    The menu header is in gambler.hdr.  This is the standard Atlantis
  86.         BBS menuheader, but may be modified or replaced with whatever you
  87.         like, as long as the header information occupies EXACTLY 6 LINES.
  88.         The ppe contains ansipositioned information, and is sensitive to
  89.         page positioning.  If the header takes MORE OR LESS than 6 lines
  90.         it will misalign the information grid that follows it and the
  91.         game data will be incorrectly positioned on the page.
  92.  
  93.         NOTE:  The Atlantis menuheader has our timezone on it (ET, so that
  94.         we don't have to change it twice a year) - if you're not in the
  95.         North American Eastern Timezone you may want to change that.
  96.  
  97.         The closing screens will be displayed to winners (gambler.win) or
  98.         losers (gambler.los) appropriately.  These are just display screens
  99.         and may be revised or replaced as desired.  A similar losers' screen
  100.         with another programmer's time better was the template for these.
  101.         2 doublespaced closing lines and a "press enter" command follow the
  102.         closing screen.  If you allow 6 lines these will print on the bottom,
  103.         as they do on these - otherwise, they'll scroll the screen up, unless
  104.         you put another "wait" command on your screen.
  105.  
  106. Distribution:    Please distribute this product as is, and do not provide changed 
  107.         displayfiles or extra files to the archive.  If you purchased this
  108.         program or paid (any fees to obtain it) to anyone other than Atlantis
  109.         Software, we WILL participate with you in legal action against the
  110.         thief.
  111.  
  112. PPS Disclosure:    It is now our policy to include the pps with each of our ppls.  This
  113.         programmer learned to write ppls by studying others' work, copying
  114.         some parts and improving upon others.  As wonderful as Clark's board
  115.         is, and the provision of the language, nothing beats taking a look at
  116.         what works.  Anyone uninterested in learning to program ppls may
  117.         throw the pps away.  Anyone who is interested may get a little help.
  118.         It is our hope that those who benefit from the extra file may see fit
  119.         to donate the shareware fee for our consideration - either way, we're
  120.         certainly not going to make any LESS for helping others.
  121.  
  122. Support:    If we can be of help, please contact us via our BBS.  You are welcome
  123.         to come and peruse - you may find us to be a DIFFERENT kind of BBS.
  124.         We will appreciate your comments, suggestions and, most certainly,
  125.         notification of any mistakes that we've made.
  126.         ATLANTIS SOFTWARE
  127.         Atlantis BBS 706-776-9276